Prepend prefix when HTTP path is relative
authorStephen Benjamin <stephen@redhat.com>
Mon, 9 Jan 2023 23:30:41 +0000 (18:30 -0500)
committerMiao Wang <shankerwangmiao@gmail.com>
Sun, 15 Feb 2026 13:50:20 +0000 (13:50 +0000)
commite987a5d5ee1e26a0225b80428ba9f7a5f25ec3e4
treedefe5643fb708e0e473adb0215fd695e99598ff3
parente2d9f181b552d4c998ee7afac286737cd8ba0264
Prepend prefix when HTTP path is relative

This sets a couple of variables.  With the url http://www.example.com/foo/bar :
http_path: /foo/bar
http_url: http://www.example.com/foo/bar

Resolves: rhbz#1616395
Co-authored-by: Javier Martinez Canillas <javierm@redhat.com>
Co-authored-by: Robbie Harwood <rharwood@redhat.com>
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Stephen Benjamin <stephen@redhat.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Gbp-Pq: Topic network
Gbp-Pq: Name prepend-prefix-when-http-path-is-relative.patch
grub-core/kern/main.c
grub-core/net/efi/http.c